home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / cnews.orig.lzh / expire / README < prev    next >
Text File  |  1989-06-27  |  1KB  |  29 lines

  1. C News expire
  2.  
  3. Unlike the old alpha C News expire, this one will accept B News history
  4. files... although that slows it down, and this hasn't been tested well.
  5. Beware that the date in the middle field of the history line must be
  6. readable to getdate(3), and rumor hath it that late B 2.11 dates are not.
  7. Talk about stupid...  We don't care enough to do anything about this.
  8. Rebuilding your history file in C News format is preferable anyway.
  9.  
  10. It WON'T accept the old experimental C News four-field history files;
  11. we recommend
  12.  
  13.     awk -F'    ' '{ print $1 "    " $2 "~" $3 "    " $4 }'
  14.  
  15. (those are tabs in the quotes after the -F and the empty-looking quotes
  16. in the awk program) as a conversion aid.
  17.  
  18. "make r" will compile everything and run a complex set of regression tests,
  19. checking the results automatically.  If nothing screams, there is a high
  20. probability that expire, upact, mkhistory, and superkludge are working.
  21.  
  22. dircheck checks the results of expire regression testing.
  23. histdups, histinfo, histslash, and mkdbm are parts of mkhistory.
  24. lowest is an optimized version of part of upact -- it's faster, but it's
  25.     also the only thing in C News that needs to know how to read
  26.     directories, which is a portability hassle, so it's not the default.
  27. pgood and tgood are regression-test output-should-look-like-this files.
  28. mkadir is what expire invokes to create archiving subdirectories.
  29.